can't open template photo/user_gallery.tmpl: . TT error: file error - parse error - input text line 892-941: unexpected token (%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D0%BD]?ajax';)
[% D0%A1%D0%BB%D0%BE%D0%B2%D0%B5%D0%BD%D0%B8%D0%BD]?ajax';
url += '&action=set_chapter_preview';
url += '&message_id='+msgId;
url += '&mode=ajax';
$.getJSON(
url,
function(data){
alert(data.msg);
if($('#prv'+chapterPreviewId).attr('id') == 'prv'+chapterPreviewId){
$('#prv'+chapterPreviewId).html('\n\n');
}
$('#prv'+msgId).html('\n
\n');
chapterPreviewId = msgId;
}
);
return false;
};